UseCommandEventsLifecycleMap
import { UseCommandEventsLifecycleMap } from "@hyper-fetch/react"
Description
Defined in helpers/use-command-events/use-command-events.types.ts:18
Preview
type UseCommandEventsLifecycleMap = Map<string, { unmount: VoidFunction }>;
Structure
Map<string, [object Object]>